2.7.2. Querry string parametrs
Parametrs
Parameter | Description | Mandatory | Type | Notes |
---|---|---|---|---|
country | Country code | Yes | ||
contract_num | Contract number | |||
fiscal_id | Tax identification number | |||
package_code | Package code | Search performed using substring matching | ||
service_code | Service code | Search performed using substring matching |
Code structure
{
"country": "",
"contract_num": "",
"fiscal_id": "",
"package_code": "",
"service_code": ""
}
Field Descriptions
- country – Country code, required
- contract_num – Contract number
- fiscal_id – Tax identification number
- package_code – Package code (search is performed using partial match)
- service_code – Service code (search is performed using partial match)